home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / echo < prev    next >
Text File  |  1991-04-11  |  666b  |  21 lines

  1.                                     ECHO
  2.               Control echoing of batch commands to the screen
  3.  
  4. Enables or disables the screen display of DOS commands during the
  5. execution of batch files.
  6.  
  7. COMMAND TYPE: Internal (batch)          VERSION: 2.0 and up
  8.  
  9. USE: ECHO [ON] [OFF] [message]
  10. or   @ECHO OFF
  11.  
  12. ON  turns ECHO on
  13. OFF turns ECHO off.
  14. message is a text message that will be displayed on the screen.
  15.  
  16. After turning ECHO off, any batch file commands encountered by DOS
  17. will not be echoed to the screen.
  18.  
  19. (DOS 3.3, 4.x)  When the @ symbol is used before a REMark or before an
  20. ECHO ON or ECHO OFF command, that command will not be displayed.
  21.